home *** CD-ROM | disk | FTP | other *** search
/ Keith Rowland's Guide to the Wacky Wild Web / ROWLAND.ISO / pc / Security / files / windows / pop up blockers / GuardIE23.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-01-21  |  1.4 KB  |  35 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Guard-IE
  4. AppVerName=Guard-IE V2.3
  5. AppId=Guard-IE
  6. AppPublisher=Failsafe Technologies
  7. AppPublisherURL=http://www.FailsafeTechnologies.com
  8. AppSupportURL=http://www.FailsafeTechnologies.com
  9. AppUpdatesURL=http://www.FailsafeTechnologies.com
  10. DefaultDirName={pf}\Failsafe\GuardIE
  11. DefaultGroupName=Guard-IE
  12. OutputBaseFilename=GuardIE23
  13. Compression=zip
  14. LicenseFile=embedded\License.rtf
  15. InfoBeforeFile=embedded\InfoBefore.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\GuardIE.exe"; DestDir: "{app}"; 
  20. Source: "{app}\PnIE.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  21. Source: "{app}\GuardIE.ini"; DestDir: "{app}"; 
  22. Source: "{app}\GuardIE.chm"; DestDir: "{app}"; 
  23. [INI]
  24. FileName: "{app}\GuardIE.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.FailsafeTechnologies.com"; 
  25. [Run]
  26. Filename: "hh"; Parameters: "{app}\GuardIE.chm::/Welcome.htm"; Description: "Show Welcome"; Flags: postinstall skipifsilent nowait
  27. [UninstallRun]
  28. Filename: "{app}\GuardIE.exe"; Parameters: "/u"; 
  29. [Icons]
  30. Name: "{group}\Guard-IE"; Filename: "{app}\GuardIE.exe"; 
  31. Name: "{group}\Guard-IE Help"; Filename: "{app}\GuardIE.chm"; 
  32. Name: "{group}\GuardWall website"; Filename: "{app}\GuardIE.url"; 
  33. [UninstallDelete]
  34. Type: files; Name: "{app}\GuardIE.url"; 
  35.